home *** CD-ROM | disk | FTP | other *** search
- global rootWindow
-
- on GetUrl me, theURL
- _player.windowList[1].movie.launch(theURL)
- end
-
- on resizeDialog newHeight
- oldLeft = _player.windowList[2].rect[1]
- oldTop = _player.windowList[2].rect[2]
- oldRight = _player.windowList[2].rect[3]
- newBottom = oldTop + newHeight
- _player.windowList[2].rect = rect(oldLeft, oldTop, oldRight, newBottom)
- end
-